chore(deps-dev): bump eslint-plugin-mocha from 11.3.0 to 12.0.2 - #9856
chore(deps-dev): bump eslint-plugin-mocha from 11.3.0 to 12.0.2#9856dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.3.0 to 12.0.2. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/11.3.0...eslint-plugin-mocha@12.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 12.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Overall package sizeSelf size: 8.25 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.3 | 125.43 kB | 445.14 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4407346317
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint-plugin-import-x": "^4.16.2", | ||
| "eslint-plugin-jsdoc": "^63.0.12", | ||
| "eslint-plugin-mocha": "^11.3.0", | ||
| "eslint-plugin-mocha": "^12.0.2", |
There was a problem hiding this comment.
Update configuration for the renamed Mocha rules
Upgrading to v12 leaves eslint.config.mjs:995-997 referencing three rules removed by this major release: no-setup-in-describe, no-sibling-hooks, and no-top-level-hooks. When npm run lint processes any TEST_FILES, ESLint reports that these rule definitions cannot be found even though they are configured as off, so the repository-wide lint job fails. Migrate these overrides to the v12 rule names or remove them as appropriate.
AGENTS.md reference: AGENTS.md:L149-L152
Useful? React with 👍 / 👎.
BenchmarksBenchmark execution time: 2026-08-19 01:10:42 Comparing candidate commit 4407346 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2285 metrics, 7 unstable metrics.
|
Bumps eslint-plugin-mocha from 11.3.0 to 12.0.2.
Release notes
Sourced from eslint-plugin-mocha's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-mocha's changelog.
... (truncated)
Commits
b586d3aMerge pull request #553 from lo1tuma/release/eslint-plugin-mocha71251baRelease packagesa941e1fMerge pull request #564 from lo1tuma/renovate/knip-6.xda41b40Update dependency knip to v6.30.0be3bf50Merge pull request #563 from lo1tuma/renovate/lock-file-maintenance46e760fMerge pull request #562 from lo1tuma/renovate/packtory2245601Enable TypeScript integrity package checks53c677cUpdate dependency@packtory/clito v0.0.784c470a5Lock file maintenanced74e830Update dependency@packtory/clito v0.0.75Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-mocha since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)